The persons title (i.e. President, Director of Sales, etc.)
Facets
MaxLength
255
MinLength
0
Source
<xs:simpleType name="NameTitleType" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentation>The persons title (i.e. President, Director of Sales, etc.)</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:maxLength value="255"/><xs:minLength value="0"/></xs:restriction></xs:simpleType>